internal/poll.FD.readUnlock (method)

12 uses

	internal/poll (current package)
		copy_file_range_linux.go#L119: 	defer src.readUnlock()
		fd_mutex.go#L230: func (fd *FD) readUnlock() {
		fd_unix.go#L144: 	defer fd.readUnlock()
		fd_unix.go#L208: 	defer fd.readUnlock()
		fd_unix.go#L235: 	defer fd.readUnlock()
		fd_unix.go#L262: 	defer fd.readUnlock()
		fd_unix.go#L289: 	defer fd.readUnlock()
		fd_unix.go#L316: 	defer fd.readUnlock()
		fd_unix.go#L343: 	defer fd.readUnlock()
		fd_unix.go#L596: 	defer fd.readUnlock()
		fd_unix.go#L700: 	defer fd.readUnlock()
		splice_linux.go#L93: 	defer sock.readUnlock()